Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Move conformance tests to a package extension #1954

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

lgoettgens
Copy link
Collaborator

@lgoettgens lgoettgens commented Jan 10, 2025

Resolves #1936.

This PR is currently just a convenient way for me to run the downstream tests, i.e. to check if the backwards compatibility stuff works as expected.

@lgoettgens lgoettgens force-pushed the lg/TestExt branch 2 times, most recently from ecbefca to 8031e79 Compare January 10, 2025 13:03
Copy link

codecov bot commented Jan 10, 2025

Codecov Report

Attention: Patch coverage is 90.95745% with 17 lines in your changes missing coverage. Please review.

Project coverage is 87.89%. Comparing base (6be03b7) to head (1cd32fe).

Files with missing lines Patch % Lines
ext/TestExt/Groups-conformance-tests.jl 91.37% 15 Missing ⚠️
src/AbstractAlgebra.jl 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1954      +/-   ##
==========================================
- Coverage   88.21%   87.89%   -0.33%     
==========================================
  Files         119      121       +2     
  Lines       30427    30580     +153     
==========================================
+ Hits        26842    26877      +35     
- Misses       3585     3703     +118     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move conformance tests into AA itself (possibly in a package extension)
1 participant